home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 120
/
Vol 120.iso
/
games
/
anacroz.swf
/
scripts
/
DefineButton2_1618
/
BUTTONCONDACTION on(press).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-11-09
|
214 b
|
9 lines
on(press){
var x = 1 + Math.round(Math.random() * 4);
stopAllSounds();
_root.destino = "cenario" + x;
_root.gotoAndStop(_root.destino);
_root.modoCampanha = false;
_root.randomBattle();
}